if ($args.length -eq 0) { echo (Get-Location) } else { echo (resolve-path $args[0]) }